Skip to content

Fix csolution rpc codegen#9

Merged
brondani merged 3 commits into
mainfrom
fix-csolution-rpc-codegen
Jun 10, 2025
Merged

Fix csolution rpc codegen#9
brondani merged 3 commits into
mainfrom
fix-csolution-rpc-codegen

Conversation

@arneschmid

Copy link
Copy Markdown
Contributor

Fixes

Added .tar.gz output to the codegen run

Changes

Checklist

  • 🤖 This change is covered by unit tests (if applicable).
  • 🤹 Manual testing has been performed (if necessary).
  • 🛡️ Security impacts have been considered (if relevant).
  • 📖 Documentation updates are complete (if required).
  • 🧠 Third-party dependencies and TPIP updated (if required).

@arneschmid arneschmid requested review from brondani and Copilot and removed request for Copilot June 10, 2025 14:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a compressed tarball output alongside the existing ZIP artifact in the codegen workflow.

  • Adds a new tar -czf step to produce csolution-rpc.tar.gz
  • Updates the release upload action to include both ZIP and TAR files
Comments suppressed due to low confidence (2)

.github/workflows/codegen.yml:99

  • [nitpick] The step name uses an all-caps acronym; consider using Title Case for consistency with other step names (e.g., Zip generated files).
      - name: ZIP generated files

.github/workflows/codegen.yml:103

  • [nitpick] Update any external documentation (README, contributor guide) to mention the new .tar.gz artifact so users know they can download both the ZIP and TAR archives.
      - name: TAR generated files

@brondani brondani left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brondani brondani merged commit e18ffd1 into main Jun 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants